home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3456 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  3.0 KB

  1. Path: news.iconn.net!news
  2. From: thecrow@iconn.net (The Crow)
  3. Newsgroups: comp.edu,comp.lang.c,comp.lang.c++
  4. Subject: Re: C or C++ for a 14-year old? The definitive reply
  5. Date: 24 Jan 1996 03:49:18 GMT
  6. Organization: I rule the world
  7. Message-ID: <4e4a7u$qks@news.iconn.net>
  8. References: <Pine.SGI.3.91r.960119203937.9593A-100000@freenet> <4dsact$a3b@newsbf02.news.aol.com> <4e0bhb$k08@sundog.tiac.net> <4e0ljs$quh@ccnet3.ccnet.com>
  9. NNTP-Posting-Host: st-ts00-01.iconn.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. ou.
  15. >
  16. >When I was 17 a teacher in HiSchool was trying to covence everyone
  17. >(Felow students, my parents etc) that I didn't know computers
  18. >and that I couldn't posably know computers. Eventualy she showed the truth
  19. >is she was JUST learning how to USE a computer and felt a little challanged
  20. >by the fact that a student in her class knew more than her.
  21. >My mother even presented a fist full of letters from computer experts
  22. >a University Prosesor and a congratulations on winning first prise
  23. >in our contest   letter...
  24. >        This stuff should be enough to get me a job NOW... but I was 17
  25. >and as far as that teacher was conserned no one could know computers
  26. >and not be in Colage...
  27. >        Well things have changed but I still kinda get anoyed when
  28. >an adult said kids are just bragging when they talk computer programming.
  29. >        I am 26 now... Ok I am JUST NOW Learning C... My pore Vic20
  30. >didn't do C... It did Basic and ML... so I learned both... and Forth
  31. >(Got a Forth language cart later)
  32. >        I feal kids SHOULD learn programming early....
  33. >I also feal thies adults who hold kids away from computers should get
  34. >a dose of reality... "Computers stifle creativity"
  35. >I don't think ANYONE who knows computers would make THAT clame... That one
  36. >comes from artests who rely on "traditional matreals"....
  37. >I don't think anyone ever said painting stifles creativity... or music...
  38. >computer artests would easly chalange that notion anyway...
  39. >        Jeff
  40. >--
  41. >felinoid@ccnet.com
  42. >http://www.ccnet.com/~felinoid/
  43.  
  44. I was totally misinterpreted.  I too agree that kids should learn early, I am a 
  45. kid myself. I also think that us kids are intelligent enough to skip over 
  46. basic, and in this age most of us are capable of that (if you have no money 
  47. download Linux from slackware, you can get GCC and G++ for free) My point was 
  48. basically if you are really good, get started on something powerful. BASIC has 
  49. too many bad habits, and I see them hurting a lot of people..
  50.  
  51. My two main misgivings are GOTOs and lack of variable declaration. I know lots 
  52. of kids (given they are mostly freshman) who use only Visual Basic, and they 
  53. dont even know the difference between an Integer and a Real! this is bad! They 
  54. also do loops like this
  55.  
  56. 1:
  57. print "hello mom"
  58. goto 1
  59.  
  60. This is also bad. This is what I was talking about.
  61. I am sorry my fellow americans, we should work together! as ONE america! ( of 
  62. course that includes canada, mexico, and all of Lating america...)
  63.  
  64. -- 
  65. The Crow - thecrow@iconn.net
  66. "It can't rain all the time"
  67. -Kryptology
  68.  
  69.